home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / MisterShuster.exe / scripts / DefineButton2_203 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-06-06  |  70 b   |  5 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.gotoAndPlay("start");
  4. }
  5.